home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11136 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  968 b 

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Mixing ANSI + Non-ANSI objects?
  5. Date: 19 Mar 96 12:14:33 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.827237673@rscernix>
  8. References: <cfgDoHq5p.Fqn@netcom.com>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <cfgDoHq5p.Fqn@netcom.com> cfg@netcom.com (Carlos Francisco Gomez) writes:
  13.  
  14. >Our question is, can we mix our ANSI objects with
  15. >non-ANSI objects?  We hate the thought of downgrading
  16. >our codebase to the non-ANSI compiler, and want the
  17. >stricter compiling.
  18.  
  19. If the object modules generated by the two compilers are compatible,
  20. you can do this.  An object module is an object module, it's neither
  21. ANSI nor non-ANSI.  These attributes apply only to source files.
  22.  
  23. Dan
  24. --
  25. Dan Pop
  26. CERN, CN Division
  27. Email: danpop@mail.cern.ch 
  28. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  29.